CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - dynamic allocation

搜索资源列表

  1. Memory-Allocation

    0下载:
  2. 1.内存的分配和回收是存储器管理的关键。理解和掌握常用的内存分配算法的内容和原理。 2.通过本实验,模拟实现可变式分区分配算法:首次适应算法、最佳适应算法、最坏适应算法等。尝试编写一个简单的动态分区存储器管理模拟系统。-1the distribution and recovery of memory is a memory management key. Understanding and mastering the memory allocation algorithm content a
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:1602
    • 提供者:苡莣
  1. MemoryManage

    0下载:
  2. 1 操作系统课程设计 2 模拟内存管理 3 动态分配首次适配法-1 operating systems course design 2 analog memory management 2 dynamic allocation of the first adaptation method
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:15847
    • 提供者:
  1. Dynamic-Memory-Allocation

    0下载:
  2. 这个程序是有关计算机的动态内存分配的数据结构 可以直接加载头文件与源文件即可使用其中的接口-This program is a data structure for dynamic memory allocation of the computer can directly load the header files and source files you can use one of the interfaces
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:2638
    • 提供者:罗宏俊
  1. main

    0下载:
  2. 计算两个任意矩阵的乘积,包括了动态分配内存,指针等知识点-Calculation of two arbitrary matrices, including the knowledge of the dynamic allocation of memory, the pointer points
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:688
    • 提供者:zhanglinwei
  1. three-options

    0下载:
  2. 实现存储器空间的分配和回收,采用动态分配,首次适应算法,循环首次适应-Memory space allocation and recovery, dynamic allocation, the first-fit algorithm, the cycle for the first time to adapt to
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:280540
    • 提供者:yolandmao
  1. L200056155561i

    1下载:
  2. 车牌识别系统需要注意的地方:使用Visual C++6.0做开发工具, 使用简单易懂的SDI框架结构 ,一次处理一幅位图(有兴趣的能作成MDI)1)位图信息的数据是从左下往右下为一行,一行一行往上排的的。2)每行像素素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图的大小,动态分配 -License plate recognition systems need to pay
  3. 所属分类:Graph Recognize

    • 发布日期:2015-05-05
    • 文件大小:233472
    • 提供者:
  1. achievement-management-system

    0下载:
  2. 本系统从功能上划分可分为以下几大模块:功能模块管理,组权限管理,学生信息管理,课程信息管理,学生成绩管理,授课信息管理,学生信息查询,学生成绩统计等几大模块。以下将对各子模块进行说明。 功能模块管理:将系统功能模块保存到数据库中以便于动态地进行不同用户组权限的分配等操作。本模块包括功能模块的添加,删除,修改等。 组权限管理:对用户进行分组,并将权限设置到不同的用户组。 学生信息管理模块:输入学生基本信息,并可以对学生信息进行添加、查询、修改、删除。还可以关键字查询并从数据库里调出的
  3. 所属分类:CSharp

    • 发布日期:2017-05-08
    • 文件大小:1769293
    • 提供者:陈云
  1. pointer_select_sort

    0下载:
  2. 用指针实现—任意输入num个数,将它们按照从大到小的顺序输出。数组采用动态分配方式-With pointers- any input num number of them in sequence in accordance with the output. Dynamic allocation of arrays
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:786
    • 提供者:王欢
  1. dynamicMemory_ASS5

    0下载:
  2. Dynamic allocation of arrays
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-07
    • 文件大小:3687766
    • 提供者:Rob
  1. matrix

    0下载:
  2. 实现了矩阵中的各种操作, 包括矩阵相加,相减,矩阵乘法,矩阵转秩,余子式,求行列式的值,求矩阵特征值,LU 分解,QR 分解,求现行方程组的解等等。 是任何做科学计算工作者必备的类库。 此类库也是C++初学者极好的参考资料。类库的实现运用了运算符重载,友元,异常处理,文件输入输出,函数重载,指针,动态分配内存等一系列C++技术。-Matrix in a variety of operations, including matrix addition, subtraction,
  3. 所属分类:Algorithm

    • 发布日期:2017-11-12
    • 文件大小:9328
    • 提供者:汤慧
  1. dynamic-channel-allocation

    1下载:
  2. 该程序实现了基于遗传免疫算法的动态信道分配算法-Immune algorithm based on genetic dynamic channel assignment algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:11832
    • 提供者:fengsenlin
  1. dynamic-partitioning

    0下载:
  2. 操作系统动态分区式存取管理,包括首次适应分配算法、循环适应分配算法、最佳适应算法、伙伴系统算法。-The dynamic partitioning operating system access management, including the first-fit allocation algorithm, Cycle adapt allocation algorithm, the best adaptation algorithm, partner system algorithm.
  3. 所属分类:OS Develop

    • 发布日期:2017-11-11
    • 文件大小:377359
    • 提供者:潘宝
  1. dynamic-spectrum-access

    0下载:
  2. 在认知无线电中,频谱感知频谱分配是两个主要问题,而动态频谱接入是理解频谱感知的关键。-In CR, spectrum sensing and spectrum allocation is the major problem, but the dynamic spectrum access is the key to understand spectrum sensing.
  3. 所属分类:Communication

    • 发布日期:2017-11-29
    • 文件大小:1005964
    • 提供者:Eric
  1. 17joyscms-v1.0

    0下载:
  2. 开发目的:为了让跟多的PHP爱好者掌握ThinkPHP框架开发,我们提供CMS源码作为教学案例,希望更多的PHP爱好者可以掌握,并且参与到我们17Joys CMS的开发团队中来 环境要求:php5+mysql5 功能及模块: 1,单元、分类、文章内容管理,可自定义开发内容组件,前台动态分配 2,菜单、菜单项管理,灵活的内容分配,可以指定菜单项绑定的内容,并支持无限级菜单项 3,模块管理,自定义开发内容模块:支持任意表现形式,菜单、最新文章、相关文
  3. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:1960595
    • 提供者:nirtong
  1. Memory-allocation-simulation

    0下载:
  2. 1.模拟操作系统动态内存分配。 2.对内存合理回收与分配算法。 3.寻找内存块,合并内存 4.模拟各种内存分配算法-1 simulation operating system dynamic memory allocation. (2) a reasonable recovery and the memory allocation algorithms. 3 Look for memory blocks, merging memory 4. Simulate various memo
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:2273
    • 提供者:fei
  1. ll

    0下载:
  2. 动态分区分配算法 动态分区分配算法 动态分区分配算法 动态分区分配算法-Dynamic allocation algorithm partitions
  3. 所属分类:OS Develop

    • 发布日期:2017-05-01
    • 文件大小:908327
    • 提供者:
  1. OS_lab3_mm

    0下载:
  2. 本次实验主要围绕动态分区分配方式展开。熟悉并掌握动态分配五大算法:first fit,next fit,best fit,worst fit,quick fit-This experiment mainly around the dynamic partitioning distribution expanded. Familiar with and master the dynamic allocation of five algorithms: first fit, next fit, be
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-20
    • 文件大小:6083344
    • 提供者:春春
  1. Dynamic-frame-slot-ALOHA-algorithm

    0下载:
  2. 动态帧时隙ALOSH算法在标签数增加过多的情况下,所需时隙数增长过快;而由于硬件限制,时隙数不能无限增长。为改进此不足,可从以下三个步骤优化算法。首先根据hash函数进行时隙分配,将标签分配到 不同的时隙;其次根据三维估计方法估计标签数,为下一周期调整帧长做准备;最后根据估计到的标签数调整帧长,当帧长为标签数的1.7倍时,识别效果最好。实验结果表明,标签数相同的情况下,本算法所用的时隙数最少。-Dynamic frame slot ALOSH algorithm to increase th
  3. 所属分类:Project Design

    • 发布日期:2017-04-04
    • 文件大小:287438
    • 提供者:李明亮
  1. DP

    0下载:
  2. 动态分配法解决背包问题,自己设置物品总数,背包总容量-Dynamic allocation method to solve the knapsack problem, the total number of items set up their own backpack with a total capacity
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1087
    • 提供者:yangle
  1. Dynamic-Frequency-Allocation

    0下载:
  2. Dynamic Frequency Allocation Scheme of Mobile Networks using Priority Assignment Technique :Cognitive Radio +
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-05
    • 文件大小:760386
    • 提供者:Suman
« 1 2 3 4 5 67 8 9 10 11 ... 22 »
搜珍网 www.dssz.com